home *** CD-ROM | disk | FTP | other *** search
/ Champak 128 / Vol 128 (Damaged).iso / games / chatnoir.swf / scripts / DefineSprite_33 / frame_19 / DoAction.as
Encoding:
Text File  |  2011-03-26  |  98 b   |  9 lines

  1. if(cel[caty][catx].stat == 0)
  2. {
  3.    gotoAndStop("run");
  4. }
  5. else
  6. {
  7.    gotoAndStop("wait");
  8. }
  9.